@charset "utf-8";
/* CSS Document */
/*reset*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, abbr, address, cite, code, del, dfn, em, img, sub, sup, var, i, dl, dd, dt, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { padding: 0; margin: 0; border: 0; outline:0; background: transparent;}
/*html5 for html5.js*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;} 
ol, ul, li { list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
input, select { vertical-align:middle; border:medium none; outline:0;}
table { border-collapse:collapse; border-spacing:0; /*table-layout:fixed;*/}

a { text-decoration:none; padding:0; margin:0; outline:0; border:0; -webkit-tap-highlight-color:transparent; }
a:focus{ -moz-outline-style:none; outline:0; -webkit-tap-highlight-color:transparent; -moz-outline-style: none; }  /* FF */
a:active { outline:0; -webkit-tap-highlight-color:transparent; -webkit-tap-highlight-color:transparent;}
a:active{outline:expression(this.onFocus=this.blur());}
.warp a:hover { text-decoration:none; }

html,body { font-family:Microsoft YaHei,'宋体'; width:100%;}
textarea,body { margin:0;}

/*清除浮动*/
.clear { clear: both; width: 0; height: 0; padding:0; margin:0; overflow: 0; font-size: 0; line-height: 0;}
.clearfix { zoom:1; _height:1px;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearBox { clear:both; display:block; width:100%; padding:15px 0; font-size:16px; line-height:1.5em; text-align:center; color:#666; font-weight:bold;}
.clearBox span { color:#ccc;}
.orange_color { color:orange;}

/*左浮动和右浮动*/
.float_l { float: left; }
.float_r { float: right;}
.hideEleDefault {  appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; -webkit-appearance:none; }

/*清楚文字内容
兼容：√ ie6.0 、 7.0 、8.0、firefox 3.010 
*/
.txtHide { line-height:0; font-size:0; overflow:hidden;}

/*用于seo不显示的内容*/
.seo { position: absolute; visibility: hidden; top: 0; left: 0; width: 0; height: 0; overflow: hidden;}
.seo, .hideImg { position: absolute; visibility: hidden; top: 0; left: 0; width: 0; height: 0; overflow: hidden;}
.hideImg { overflow: hidden;}
.hideImg img { width: 0; height: 0; overflow: hidden;}

